projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30722cb
)
(ada-tmp-directory): Use temporary-file-directory.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Aug 1999 18:25:40 +0000
(18:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Aug 1999 18:25:40 +0000
(18:25 +0000)
lisp/progmodes/ada-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-mode.el
b/lisp/progmodes/ada-mode.el
index cac7227969cc07efb8e1d4adb89e4cbcc0dfb088..9076eb24499d110899910cf1670badb35f27d5be 100644
(file)
--- a/
lisp/progmodes/ada-mode.el
+++ b/
lisp/progmodes/ada-mode.el
@@
-282,7
+282,7
@@
This is a good place to add Ada environment specific bindings.")
:type 'string
:group 'ada)
-(defcustom ada-tmp-directory
"/tmp/"
+(defcustom ada-tmp-directory
temporary-file-directory
"*Directory to store the temporary file for the Ada pretty printer."
:type 'string
:group 'ada)